<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 

.aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}
.aside li {
	width: 60px;
	line-height: 60px;
	background-color: #6A757C;
	text-align: center;
	
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.aside li.aside_search {
	line-height: 0;
}
.aside li&gt;p {
	position: relative;
	z-index: 100;
	background-color: #6A757C;
	line-height: 60px;
}
.aside li img {
	vertical-align: middle;
}
.aside .img2 {
	display: none;
}
.ewm {
	position: absolute;
	top: -20px;
	right: 160px;
	width: 105px;
	height: 100px;
	display: none;
}
.ewm img{
	right:260px;
	}
.phone_meassage {
	position: absolute;
	right: -240px;
	top: 0;
	width: 300px;
	background-color: #8B979E;
	text-align: center;
	font-size: 25px;
	color: #fff;
}
.kuzx {
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
	background-color: #8B979E;
	color: #fff;
	display: none;
}
.kuzx_1 {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	color: #FBCA33;
}
.kuzx_2_box {
	margin-top: 11px;
}
.kuzx_2 {
	line-height: 35px;
}
.kuzx_2 a {
	color: #fff;
}
.kuzx_2 i {
	float: left;
	margin-top: -17px;
}
.kuzx_2 span {
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}
.fx {
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
	background-color: #8B979E;
}
.fx&gt;div {
	margin-left: 24px;
}
.ss {
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	background-color: #8B979E;
	text-align: center;
	padding: 12px 23px;
}
.ss .search_input_box {
	background-color: #6A757C;
	width: 220px;
	height: 36px;
	position: relative;
}
.search_input_box span {
	position: absolute;
	top: 18px;
	left: 10px;
}
.ss input {
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	color: #fff;
	padding-left: 10px;
	line-height: 30px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.ss ::-webkit-input-placeholder {
 color: #fff;
}

ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}
div:after, ul:after, li:after {
	 
	display: block;
	clear: both;
}




*:before, *:after {
	 
	box-sizing: border-box;
}
/*手机端隐藏悬浮窗*/
@media (min-width: 1200px) {
.visible-lg-block {
	display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
	display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
	display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
	display: none !important;
}
}</pre></body></html>